home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 July: Mac OS SDK
/
Dev.CD Jul 97 SDK2.toast
/
Development Kits (Disc 2)
/
ScriptX
/
Code Samples
/
untested
/
tcpip
/
browser
/
applet.sx
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-21
|
292 b
|
22 lines
|
[
TEXT/ttxt
]
--<<<
in module WebBrowser
class WebApplet ()
instance variables
tc
end
method init self {object WebApplet} #rest args #key tc: browser: -> (
apply nextmethod self args
self.tc := tc
addApplet browser self
)
method terminate self {object WebApplet} -> (
-- close self.tc
)
-->>